-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt to rmm 25.02 logger changes #11153
Adapt to rmm 25.02 logger changes #11153
Conversation
@vyasr Does this look correct to you? |
Looks like there was a CI fix that went in 2hrs ago: #11167 Would it make sense to merge in latest and see if that addressed some of the CI failures here? |
Didn't notice that was done. Updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this is correct, with the note that we shouldn't have to check if the target names exists since they should now be exported unconditionally.
Thanks Rob 🙏 Looks green! 🥳 @trivialfis when you have a moment, could you please review? 🙂 |
Thanks Jiaming and Vyas for your reviews! 🙏 |
Co-authored-by: Robert Maynard <[email protected]>
This PR adapts to breaking changes in rmm in rapidsai/rmm#1722.